This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Tip Zekfooplopakol 20.Jan.04 02:44 PM Lotus Notes Domino Designer 6.0.3 Windows XP
My view, by default, contains a form formula and a standard selection formula. Using the code below (via an agent), I notice that the form formula is removed. Is there any programmatic way to reset the form formula?
Dim ws As New NotesUIWorkspace Dim uiview As NotesUIView Dim view As NotesView Dim sFormula As String
Set uiview = ws.CurrentView Set view = uiview.View sFormula = |SELECT Form = "test" & status = "completed"|